C1.DataCollection Assembly / C1.DataCollection Namespace / C1CursorDataCollection<T,K> Class / SortAsync Method / SortAsync(SortDescription[]) Method
The sort descriptions that determine how the data will be sort.

In This Topic
SortAsync(SortDescription[]) Method
In This Topic
Sorts the collection according to the specified sort descriptions.
Syntax
'Declaration
 
Public Overloads Function SortAsync( _
   ByVal ParamArray sortDescriptions() As SortDescription _
) As Task
 

Parameters

sortDescriptions
The sort descriptions that determine how the data will be sort.
See Also